home *** CD-ROM | disk | FTP | other *** search
-
-
- FNAME.EXE
-
- Takes a wildcard (assumes *.*) and outputs the matching files as
- bare filenames. Can also take a text string input such as:
-
- "pkzip -a %f %s%narj a %f %s%ndel %s"
-
- or
-
- "
-
- where: %n = newline
- %s = whole file name
- %f = first part of file name
- %e = last part (extent) of file name
-
- Output can be redirected. Used for making batch files to process
- groups of files. Example:
-
- fname *.PCX "pkzip -m %f %s">doit.bat
-
-
-
-
- DATESTMP
-
-
- Outputs date and time in the format: MM/DD/YY @ HH:MM:SS
-
- Will add command line text to the output, which can be redirected.
-
- Example:
-
- datestmp "- Start FIDO TOSS">fido.log
-
- will produce
-
- 05/16/94 @ 05:26:01 - Start FIDO TOSS
-
-